home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Paragon Drive Backup 9 / DB90_SE_x64.msi / Data1.cab / _AE16DF6C7D9847FA8BDAF75F24E53226 < prev    next >
Text File  |  2004-02-07  |  411b  |  26 lines

  1. //    WebHelp 5.10.001
  2. var gIEA = new Array();
  3. function aGE(sName, sDef)
  4. {
  5.     var len = gIEA.length;
  6.     gIEA[len] = new gloEntry(sName, sDef);
  7. }
  8.  
  9. function gloEntry(sName, sDef) 
  10. {
  11.     this.sName = sName;
  12.     this.sDef = sDef;
  13.     this.nNKOff = 0;
  14. }
  15.  
  16. function window_OnLoad()
  17. {
  18.     if (parent && parent != this) {
  19.         if (parent.putData) 
  20.         {
  21.             parent.putData(gIEA);
  22.         }
  23.     }
  24. }
  25.  
  26. window.onload = window_OnLoad;